home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_075 / copy / poster < prev    next >
Text File  |  1992-05-06  |  1KB  |  30 lines

  1. Article 4906 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!ames!rutgers!mit-eddie!uw-beaver!ubc-vision!van-bc!jlydiatt
  3. From: jlydiatt@van-bc.UUCP (Jeff Lydiatt)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Cp: A replacement for AmigaDos Copy
  6. Keywords: AmigaDos Copy Regular Expressions
  7. Message-ID: <741@van-bc.UUCP>
  8. Date: 23 May 87 00:54:59 GMT
  9. Organization: Public Access Network, Vancouver, BC.
  10. Lines: 1217
  11.  
  12.  
  13. Here is a replacement for AmigaDog "copy" program that I have
  14. been working on for quite a while.  It implements the AmigaDos
  15. pattern matching algorithm, the "all" command, and has the
  16. added bonus that it retains the date of copied file.
  17.  
  18. It's my first posting to the net, and I have my fingers crossed
  19. that all goes well...
  20.  
  21. Contents:
  22. cp.doc     - documentation
  23. cp.c       - the main program
  24. PatMatch.c - supporting routines to implement the pattern matching.
  25. setDate.c  - gets and sets the file date.
  26. wb_parse.c - Aztec allows you to skip the workbench parms parse.
  27. makefile   - to compile and link the whole thing.
  28. cp.uue     - uuencoded cp
  29.  
  30.